home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Personal Computer World 2009 February
/
PCWFEB09.iso
/
Software
/
Shareware
/
IDimager Personal 4.2.0.3
/
setup_IDimager_Personal_V4.exe
/
{app}
/
web
/
register.psc
< prev
next >
Wrap
Text File
|
2008-06-07
|
2KB
|
87 lines
<html>
<head>
<title>Register</title>
<link rel="stylesheet" href="idimager.css" type="text/css"/>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
%include api.inc %/include
<style>
%include idimager.css %/include
</style>
</head>
<body>
<form method="POST"
action="%var:PageOffset/handleregister.psc"
>
<strong>
<p>At this page you can request a login name for %var:HomePage.</p>
<p>After your request, a mail will be sent out to the administrator of this website who will
respond to the request as soon as possible. Once your request has been handled, you'll receive a confirmation mail at the mail address
you specify below. Please make sure that you enter your correct mail address or you won't receive the confirmation message.
</p></strong>
<p>
%code
if Request.Params.Values['Help'] <> '' then
begin
result := '<span class="alarm">' + Request.Params.Values['Help'] + '</span><p>';
end;
%/code
<table width="800">
<tr>
<td width="150" valign="top">Your full name</td>
<td>
<input type="text" name="dfName" value="" size="80"><br>
</td>
</tr>
<tr>
<td width="150" valign="top">Please explain who you are and why you think you should be granted access</td>
<td>
<textarea name="mmWhoAreYou" cols="40" rows="4"></textarea><br>
</td>
</tr>
<tr>
<td width="150" valign="top">Your e-mail address</td>
<td>
<input type="text" name="dfEMail" value="" size="30"><br>
</td>
</tr>
<tr>
<td width="150" valign="top">Your username</td>
<td>
<input type="text" name="dfUsername" value="" size="30"><br>
</td>
</tr>
<tr>
<td width="150" valign="top">Your password</td>
<td>
<input type="password" name="dfPassword" value="" size="30"><br>
</td>
</tr>
<tr>
<td width="150" valign="top">Repeat password</td>
<td>
<input type="password" name="dfPassword2" value="" size="30"><br>
</td>
</tr>
<tr>
<td> </td>
<td><input type="submit" value="Request access to this website"></td>
</tr>
</table>
</form>
</body>
</html>